home *** CD-ROM | disk | FTP | other *** search
- /* This is file include/dbugfns.h created by Extract */
- /* Date: */
-
- /*-------------------------------*/
- /* Including from:source/library/dbug.c */
-
- extern void ptk_debugger ARGS(( Pint wsid, Pint stid));
-
- extern void ptk_setdebuggerattrs ARGS(( Pint menufont,
- Pint windowfont, Pint menucol, Pint menutextcol,
- Pint windowcol, Pint bannercol, Pint bannertextcol,
- Pint tlcol, Pint brcol, Pint arrowcol, Pint arrowedgecol));
-
- extern void ptk_inqdebuggerattrs ARGS(( Pint * menufont, Pint * windowfont,
- Pint * menucol, Pint * menutextcol, Pint * windowcol,
- Pint * bannercol, Pint * bannertextcol, Pint * tlcol,
- Pint * brcol, Pint * arrowcol, Pint * arrowedgecol));
-